/*For Desktops*/
@media all and (min-width: 600px) {
	.title{
		font-size: 6em;
	}
}
/*For Mobile*/
@media all and (max-width: 600px) {
	.title{
		font-size: 4em;
	}
	body{
		overflow-x: hidden;
	}
	.popupContainer{
		position: absolute!important;
	}
}

body{
	background: url("../img/bg.png") no-repeat fixed center;
}
.logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  left: 874px;
  top: 270px;
  width: 171px;
  height: 134px;
  z-index: 3;
}
.Rectangle_1 {
  border-width: 0.875px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(236, 95, 68);
  margin-left: 29%;
  padding: 10px 33px;
  z-index: 9;
  margin-top: 30px;
}
.NOTIFY_ME, .subscribeButton > span {
  font-size: 17px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  -moz-transform: matrix( 0.64803467588124,0,0,0.65054334708376,0,0);
  -webkit-transform: matrix( 0.64803467588124,0,0,0.65054334708376,0,0);
  -ms-transform: matrix( 0.64803467588124,0,0,0.65054334708376,0,0);
  left: 881.573px;
  top: 583.014px;
  z-index: 10;
}


.title{
  font-family: "Roboto";
  color: rgb(71, 77, 106);
  text-align: center;
  -moz-transform: matrix( 1.09683393110481,0,0,1.09337072579218,0,0);
  -webkit-transform: matrix( 1.09683393110481,0,0,1.09337072579218,0,0);
  -ms-transform: matrix( 1.09683393110481,0,0,1.09337072579218,0,0);
  width: 171px;
  
  padding: 27px 0px;
  z-index: 6;
}
.description {
  font-size: 2em;
  font-family: "Roboto";
  color: rgb(71, 76, 105);
  text-align: center;
  -moz-transform: matrix( 0.76271764379349,0,0,0.7675655061569,0,0);
  -webkit-transform: matrix( 0.76271764379349,0,0,0.7675655061569,0,0);
  -ms-transform: matrix( 0.76271764379349,0,0,0.7675655061569,0,0);
  left: 624.07px;
  top: 478.062px;
  z-index: 7;
}

.centered{
	float: none!important;
	margin: 0 auto;
}
.fb{
	background-image: url("../img/fb-unselected.png");
	height: 42px;
	display: inline-block;
	width: 42px;
}
.fb:hover{
	background-image: url("../img/fb-selected.png");
}
.tw{
	background-image: url("../img/twitter-unselected.png");
	height: 42px;
	display: inline-block;
	width: 42px;
}
.tw:hover{
	background-image: url("../img/twitter-selected.png");
}

.filler{
	min-height: 120px;
}
.social{
	width: 88px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
    display: none;
}
 
/* Modal box or Popup box */
.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
	box-shadow: 0px 0px 10px lightgray;
	padding-left: 10px;
}

/* Popup Styles*/
.popupHeader  {
    font-size: 16px;
    text-transform:  uppercase;
	font-family: "Roboto";
	color: rgb(141, 141, 141);
	line-height: 0.703;
	text-align: left;
	position: relative;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 25px;
}

.popupHeader .modal_close  {
    position:  absolute;
     right:  0;
     top: 0;
     padding: 10px 15px;
     background: #E4E4E2;
     cursor:  pointer;
     color: #aaa;
     font-size: 16px;
}

.popupBody  {
    padding: 20px;
}

/* User Register Form */


.user_register label  {
    display:  block;
     margin-bottom: 5px;
}

.user_register input[type="text"],  .user_register input[type="email"],  .user_register input[type="password"], .user_register input[type="tel"]  {
    display:  block;
     width: 90%;
     padding:  10px;
     border: 1px solid #DDD;
     color: #666;
}

.user_register input[name="SUBURB"], .user_register input[name="POSTCODE"]{
	width: 40%;
	display: inline-block;
    padding:  10px;
    border: 1px solid #DDD;
    color: #666;
}

.user_register input[type="checkbox"]  {
    float: left;
     margin-right: 5px;
}

.user_register input[type="checkbox"]+label  {
    float: left;
}


.user_register .checkbox  {
    margin-bottom:  10px;
     clear:  both;
}

.header-title::before{
	content: url("../img/Pencil.png");
}

.fillsuburb{
	width:10%;
	display: inline-block;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    lightgray;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    lightgray;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    lightgray;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    lightgray;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1em;
  height           : 1em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
  margin-left: 8px;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.8em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
  padding: 2px;
}


.subscribeButton {
  border-width: 0.875px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(236, 95, 68);
      letter-spacing: 3px;
    padding: 12px;
}

.subscribeButton > span{
	font-size: 14px;
}

.buttonDiv{
	display: table;
    padding-top: 10px;
}